Lender Price API Web Service
Lender Price API Web Service / RatePeriodDTO Json Schema
In This Topic
    RatePeriodDTO Json Schema
    In This Topic
    Overview
    RatePeriodDTO
    end : string
    End date to which this ratePeriod is valid. UTC time. (The current ratePeriod does not have an end date)
    expired : boolean
    Whether the rates are expired
    id : ObjectId
    Unique identifier
    counter : integer
    internal only
    date : string

    The current date.

    internal only

    machineIdentifier : integer
    internal only
    processIdentifier : integer
    internal only
    time : integer
    internal only
    timeSecond : integer
    internal only
    timestamp : integer
    internal only
    name : string
    Name of the ratePeriod
    originalRatePeriodId : string
    For archived rates, the ID of the original ratePeriod
    rateSheet : CustomFileFieldDTO
    File associated with rate import
    fileType : string
    Company file type. Default: Rates
    filename : string
    Filename
    id : ObjectId
    Unique ID
    uploadDate : string
    Date that the file was uploaded
    rateSheetLLPA : CustomFileFieldDTO
    File associated with adjustors import
    validAsOf : string
    Start date from which this ratePeriod is valid. UTC time.
    Properties
    NameDescriptionData Type
    End date to which this ratePeriod is valid. UTC time. (The current ratePeriod does not have an end date)string
    Whether the rates are expiredboolean
    Unique identifierObjectId
    Name of the ratePeriodstring
    For archived rates, the ID of the original ratePeriodstring
    File associated with rate importCustomFileFieldDTO
    File associated with adjustors importCustomFileFieldDTO
    Start date from which this ratePeriod is valid. UTC time.string
    See Also